Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha1
-
None
Description
There is no pread equivalent in ByteBufferReadable. We should consider adding one. It would be relatively easy to implement for the distributed case (certainly compared to HDFS-2834), since DFSInputStream does most of the heavy lifting.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-18287 Provide a shim library for modern FS APIs
- Open
-
HBASE-21879 Read HFile's block to ByteBuffer directly instead of to byte for reducing young gc purpose
- Closed
-
HDFS-2834 ByteBuffer-based read API for DFSInputStream
- Closed
-
HDFS-14483 Backport HDFS-14111,HDFS-3246 ByteBuffer pread interface to branch-2.9
- Resolved
-
HDFS-14585 Backport HDFS-8901 Use ByteBuffer in DFSInputStream#read to branch2.9
- Resolved
- relates to
-
HDFS-8901 Use ByteBuffer in striping positional read
- Resolved
- links to